com.doclinx.ftxml
Class ALL_PARMS

java.lang.Object
  |
  +--com.doclinx.ftxml.ALL_PARMS
Direct Known Subclasses:
DPAPI_PARMS, MERGE_PARMS

public class ALL_PARMS
extends java.lang.Object

Parameter block class is shared between merge and index build steps. This is a abstract class common to MERGE_PARMS and DPAPI_PARMS. These parameters effect merge or build steps shared by both processes.

See Also:
catSetParms, catUpdate

Field Summary
 com.doclinx.jftr.DPCTRL dc
          DP control block shared between steps (NOT set by USER application).
 int dpapi_error
          Return Data: System/file error # of failure.
 boolean dpapi_intermediateFiles
          Keep intermediate files
 byte dpapi_phase
          Return Data: Which Step failed.
 int dpapi_recover
          Keep STF file copy and catalog entries in order to run DP again.
 boolean mk_bWeb
          Missing sub-files are NOT error
 java.lang.String mk_cdMapString
          DO not use (Size of 1st 3 sub-files)
 java.lang.String mk_copyright
          Copyright string to place in .DAT
 java.lang.String mk_databaseId
          Database ID
 boolean mk_debug
          Enable mkcd debug information output
 java.lang.String mk_fileSelect
          Subfiles to build in .DAT
 java.lang.String mk_key
          Encryption key
 int mk_memSize
          MkCDWeb memory allocation size
 java.lang.String mk_outputPath
          Output PATH to place temp & .DAT
 int mk_sequence
          .DAT files sequence (multi-volume)
static int RECOVER_CAT
          dpapi_recover: Save catalog entries (and STF in .bak file) if DP error
static int RECOVER_CATANDSTF
          dpapi_recover: Save catalog entries (and use backup STF for next update) if DP error
static int RECOVER_NONE
          dpapi_recover: DO not save catalog entries (and STF) in DP error
 boolean reorg_debug
          Output reorg step debug info.
 int reorg_memSize
          Reorg step memory allocation size
 
Constructor Summary
ALL_PARMS()
          Constructor to initialize common components to default values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECOVER_NONE

public static final int RECOVER_NONE
dpapi_recover: DO not save catalog entries (and STF) in DP error

See Also:
Constant Field Values

RECOVER_CAT

public static final int RECOVER_CAT
dpapi_recover: Save catalog entries (and STF in .bak file) if DP error

See Also:
Constant Field Values

RECOVER_CATANDSTF

public static final int RECOVER_CATANDSTF
dpapi_recover: Save catalog entries (and use backup STF for next update) if DP error

See Also:
Constant Field Values

dpapi_intermediateFiles

public boolean dpapi_intermediateFiles
Keep intermediate files


dpapi_recover

public int dpapi_recover
Keep STF file copy and catalog entries in order to run DP again.


reorg_memSize

public int reorg_memSize
Reorg step memory allocation size


reorg_debug

public boolean reorg_debug
Output reorg step debug info.


mk_outputPath

public java.lang.String mk_outputPath
Output PATH to place temp & .DAT


mk_memSize

public int mk_memSize
MkCDWeb memory allocation size


mk_fileSelect

public java.lang.String mk_fileSelect
Subfiles to build in .DAT


mk_sequence

public int mk_sequence
.DAT files sequence (multi-volume)


mk_databaseId

public java.lang.String mk_databaseId
Database ID


mk_key

public java.lang.String mk_key
Encryption key


mk_copyright

public java.lang.String mk_copyright
Copyright string to place in .DAT


mk_cdMapString

public java.lang.String mk_cdMapString
DO not use (Size of 1st 3 sub-files)


mk_bWeb

public boolean mk_bWeb
Missing sub-files are NOT error


mk_debug

public boolean mk_debug
Enable mkcd debug information output


dc

public com.doclinx.jftr.DPCTRL dc
DP control block shared between steps (NOT set by USER application).


dpapi_phase

public byte dpapi_phase
Return Data: Which Step failed.


dpapi_error

public int dpapi_error
Return Data: System/file error # of failure.

Constructor Detail

ALL_PARMS

public ALL_PARMS()
Constructor to initialize common components to default values.